Skip to content

Fix NU1605 package downgrade error in AgentFx-MultiAgents#501

Closed
Copilot wants to merge 2 commits intomainfrom
copilot/fix-github-actions-workflow
Closed

Fix NU1605 package downgrade error in AgentFx-MultiAgents#501
Copilot wants to merge 2 commits intomainfrom
copilot/fix-github-actions-workflow

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 27, 2026

AgentFx-MultiAgents.csproj had Microsoft.Extensions.AI.Abstractions pinned to 10.1.1, but Microsoft.Extensions.AI 10.3.0 (also in the same project) transitively requires >= 10.3.0, causing NuGet NU1605 "Detected package downgrade" to fail the CI restore step.

Change

  • AgentFx-MultiAgents.csproj: Bump Microsoft.Extensions.AI.Abstractions 10.1.110.3.0 to align with the version pulled in by Microsoft.Extensions.AI 10.3.0
Original prompt

Fix the failing GitHub Actions workflow Build .NET Projects (samples/AgentFx/AgentFx-Demos.slnx, AgentFx Demos)
Analyze the workflow logs, identify the root cause of the failure, and implement a fix.
Job ID: 65193237005
Job URL: https://github.com/microsoft/Generative-AI-for-beginners-dotnet/actions/runs/22502597796/job/65193237005


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

…10.3.0

Co-authored-by: PabloNunes <21008820+PabloNunes@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix failing GitHub Actions workflow for .NET projects Fix NU1605 package downgrade error in AgentFx-MultiAgents Feb 27, 2026
@elbruno elbruno closed this Mar 3, 2026
@elbruno elbruno deleted the copilot/fix-github-actions-workflow branch March 3, 2026 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants